home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWOPTIONSGUTTER / TFORMVIEWOPTIONSGUTTER.txt
Encoding:
Text File  |  2009-10-23  |  3.3 KB  |  172 lines

  1. object FormViewOptionsGutter: TFormViewOptionsGutter
  2.   Left = 259
  3.   Top = 185
  4.   ActiveControl = chkShowGutter
  5.   BorderStyle = bsDialog
  6.   Caption = 'Gutter & line numbers'
  7.   ClientHeight = 313
  8.   ClientWidth = 337
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnCancel: TButton
  21.     Left = 172
  22.     Top = 284
  23.     Width = 81
  24.     Height = 23
  25.     Cancel = True
  26.     Caption = 'Cancel'
  27.     ModalResult = 2
  28.     TabOrder = 2
  29.   end
  30.   object btnOk: TButton
  31.     Left = 84
  32.     Top = 284
  33.     Width = 81
  34.     Height = 23
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object boxGutter: TGroupBox
  41.     Left = 8
  42.     Top = 4
  43.     Width = 321
  44.     Height = 273
  45.     TabOrder = 0
  46.     object Bevel1: TBevel
  47.       Left = 8
  48.       Top = 40
  49.       Width = 305
  50.       Height = 9
  51.       Shape = bsTopLine
  52.     end
  53.     object labLineKb: TLabel
  54.       Left = 88
  55.       Top = 128
  56.       Width = 42
  57.       Height = 13
  58.       Caption = 'Kb of file'
  59.     end
  60.     object labLineSize: TLabel
  61.       Left = 24
  62.       Top = 108
  63.       Width = 84
  64.       Height = 13
  65.       Caption = 'Only for the first:'
  66.       FocusControl = edLineSize
  67.     end
  68.     object labFontShow: TLabel
  69.       Left = 88
  70.       Top = 85
  71.       Width = 22
  72.       Height = 13
  73.       Caption = 'Font'
  74.     end
  75.     object labFont: TLabel
  76.       Left = 24
  77.       Top = 68
  78.       Width = 26
  79.       Height = 13
  80.       Caption = 'Font:'
  81.       FocusControl = btnFont
  82.     end
  83.     object labLineCount: TLabel
  84.       Left = 24
  85.       Top = 148
  86.       Width = 78
  87.       Height = 13
  88.       Caption = 'Max lines count:'
  89.       FocusControl = edLineCount
  90.     end
  91.     object labLineStep: TLabel
  92.       Left = 24
  93.       Top = 188
  94.       Width = 26
  95.       Height = 13
  96.       Caption = 'Step:'
  97.       FocusControl = edLineStep
  98.     end
  99.     object chkShowGutter: TCheckBox
  100.       Left = 8
  101.       Top = 16
  102.       Width = 289
  103.       Height = 17
  104.       Caption = 'Show gutter on the left'
  105.       TabOrder = 0
  106.     end
  107.     object chkShowLines: TCheckBox
  108.       Left = 8
  109.       Top = 48
  110.       Width = 289
  111.       Height = 17
  112.       Caption = 'Show line numbers on gutter'
  113.       TabOrder = 1
  114.       OnClick = chkShowLinesClick
  115.     end
  116.     object chkLineExt: TCheckBox
  117.       Left = 24
  118.       Top = 228
  119.       Width = 273
  120.       Height = 17
  121.       Caption = 'Only for these file extensions:'
  122.       TabOrder = 6
  123.     end
  124.     object edLineExt: TEdit
  125.       Left = 40
  126.       Top = 244
  127.       Width = 257
  128.       Height = 21
  129.       TabOrder = 7
  130.     end
  131.     object edLineSize: TEdit
  132.       Left = 40
  133.       Top = 124
  134.       Width = 41
  135.       Height = 21
  136.       TabOrder = 3
  137.     end
  138.     object btnFont: TButton
  139.       Left = 40
  140.       Top = 82
  141.       Width = 41
  142.       Height = 21
  143.       Caption = '...'
  144.       TabOrder = 2
  145.       OnClick = btnFontClick
  146.     end
  147.     object edLineCount: TEdit
  148.       Left = 40
  149.       Top = 164
  150.       Width = 41
  151.       Height = 21
  152.       TabOrder = 4
  153.     end
  154.     object edLineStep: TEdit
  155.       Left = 40
  156.       Top = 204
  157.       Width = 41
  158.       Height = 21
  159.       TabOrder = 5
  160.     end
  161.   end
  162.   object FontDialog1: TFontDialog
  163.     Font.Charset = DEFAULT_CHARSET
  164.     Font.Color = clWindowText
  165.     Font.Height = -11
  166.     Font.Name = 'MS Shell Dlg'
  167.     Font.Style = []
  168.     Left = 224
  169.     Top = 4
  170.   end
  171. end
  172.